----------------------------------------------------
-- Crono-SDK 1.0.1			May 2026
----------------------------------------------------

Directory content:

driver			-->	udev file and script
examples		-->	compiled bin and source code for test application
lib			-->	required shared libs 
include			-->	required header file 


	System requirements:
Ubuntu Linux 20, or later versions, and gcc 9.4.0.


	Installation instructions:
These installation instructions are valid for Ubuntu 12.04LTS.  They may
work with or without slight modifications under other Linux distributions.

The Linux installation requires the addition of one file to the directory:

   60-ok.rules ----->  /etc/udev/rules.d/

Once this file is in place, you will need to reload the rules by rebooting.

With these files in place, the Linux device system should automatically
provide write permissions to Crono devices attached to the USB.


	Compiling the example
The example program can be compiled by running make

### Linux 64 bit version
> make -f Makefile_64

The output files will be generated in the ./bin directory. Depending on your distribution you may get an error about libudev.so.0 not found. In this case, first check that libudev-dev package is installed, then make a symbolic link named libudev.so.0 to libudev.so or libudev.so.1.
